home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Celestin Apprentice 5
/
Apprentice-Release5.iso
/
Source Code
/
C
/
Applications
/
Cheat II
/
main.h
< prev
next >
Wrap
Text File
|
1995-01-28
|
520b
|
26 lines
// main.h
#define ksizelong 0
#define ksizeint 1
#define ksizebyte 2
#define kfindselect 0
#define kfindinterrupt 1
typedef struct {
int expertoptions, shouldpatchbutt;
} preftype;
typedef struct { // how shortcuts are saved in a resource
long offset, newval;
int datasize;
Str255 title, comment;
} shortcut;
extern preftype prefs;
extern char scratch[257];
extern int gvalsize, ghowfind, shouldclearup;
extern Ptr *gposs;
extern long gcurposs, gmaxposs, gnumcuts;
extern shortcut **cut;
extern int timeToQuit;